home *** CD-ROM | disk | FTP | other *** search
/ HAM Radio 1997 / HAM Radio 1997.iso / vcls / date / examples / exflist.dpr < prev    next >
Encoding:
Text File  |  1996-04-08  |  187 b   |  13 lines

  1. program Exflist;
  2.  
  3. uses
  4.   Forms,
  5.   Exflist0 in 'EXFLIST0.PAS' {ExampleFList};
  6.  
  7. {$R *.RES}
  8.  
  9. begin
  10.   Application.CreateForm(TExampleFList, ExampleFList);
  11.   Application.Run;
  12. end.
  13.